MSLLHOOKSTRUCT (Structures)
Last changed: -217.119.210.6

.
Summary
The MSLLHOOKSTRUCT structure contains information about a low-level keyboard input event.

C# Definition:

[StructLayout(LayoutKind.Sequential)]
public class MSLLHOOKSTRUCT
{
   public TODO;
}

VB Definition:

Structure MSLLHOOKSTRUCT
   Public TODO
End Structure

User-Defined Field Types:

None.

Notes:

None.

Documentation